SAVE SOUND

This command will save a sound to a file previously captured using the RECORD SOUND command.

  Syntax
SAVE SOUND Filename,Sound Number
  Parameters
Filename
String
The sound string name
Sound Number
Integer
The sound number to be used

  Returns

This command does not return a value.

  Description

You cannot save a sound file that originated from any other source.

  Example Code
cls
record sound 1
wait 1000*8
save sound "mysound.wav",1
do
loop
end
  See also

SOUND Commands Menu
Index